home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nautilus 1993 March
/
Nautilus-4-3
/
Nautilus-4-3.bin
/
Multimedia
/
Feature
/
RlePict1.1 Folder
/
macimg.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1991-01-28
|
316 b
|
14 lines
/*
* Defs for routines to manipulate images and Pict files in 32bit QuickDraw.
*
* John Peterson, Apple.
*/
extern GWorldPtr LoadPicture( char * );
extern void SavePicture( GWorldPtr, char * );
extern void SetupPict();
extern void WritePictFile( char * );
extern void CopyGWtoWindow( GWorldPtr, WindowPtr );